'宣言 Public Overloads Sub InsertRange( _ ByVal startingIndex As System.Integer, _ ByVal count As System.Integer _ )
public void InsertRange( System.int startingIndex, System.int count )
パラメータ
- startingIndex
- The index where the items will be inserted.
- count
- The number of items to be inserted.